home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / text / edit / EdgeTexScripts.lha / printfile.edge < prev    next >
Encoding:
Text File  |  1995-04-14  |  215 b   |  8 lines

  1. /*Print It*/
  2. Options Results
  3. requestfile title DVI_FILE pattern '#?.dvi' getdir
  4. if ~(rc==0) then exit
  5. name=result
  6. address command 'TeX:bin/TeXPrt SCREEN=EDGE FILE='name
  7. address command delete 'TeX:bin/DVIPrint.log'
  8.